module Base
{

    sound VFXPopRocks {
        category = VFX:SoundEffects,
        clip { 
            file = media/sound/VFX_PopRocks.ogg,
        }
    }

    sound VFXSpiceRack {
        category = VFX:SoundEffects,
        clip {
            file = media/sound/VFX_SpiceRack.ogg,
            distanceMax = 3,
            maxInstancesPerEmitter = 1,
            volume = 0.7,
        }
    }
}

/* Credit to giddster from freesound.org for the Pop Rocks sound effect. */
/* https://freesound.org/people/giddster/sounds/435367/                  */

/* Credit to freesound_community from pixabay.com for the Spice Rack sound effect. */
/* https://pixabay.com/sound-effects/wood-door-knock-106669/                       */

